JavaScript

A5.ControlBardestroy Method

Syntax

A5.ControlBar.destroy()

Description

Destroy the control bar. This method should be called before the control bar is removed from the DOM.

Example

// assume cbObj is a pointer to an instance of A5.ControlBar
cbObj.destroy(); // destroy the control bar
delete cbObj;